Skip to content

AutoSuspendHelper.Dispose() method

Defined in

Type: AutoSuspendHelper Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll

Applies to

net10.0-ios26.0, net10.0-macos26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0

Overloads

  • 1. public void Dispose()
  • 2. protected virtual void Dispose(bool isDisposing)

1. Overload

public void Dispose()

View source

Inherited documentation

These docs were inherited from IDisposable. The member doesn't override them on this type.

2. Overload

protected virtual void Dispose(bool isDisposing)

View source

Summary: Releases managed resources held by the helper.

Parameters

NameTypeDescription
isDisposingboolWhether to release managed resources.